PowerTools CalendarGrid for Windows Forms 1.0J
OnInsert メソッド (DisplayFieldCollection<T>)

値を挿入する位置の 0 から始まるインデックス。
インデックスにある要素の新しい値。
System.Collections.CollectionBase インスタンスに新しい要素を挿入する前に、追加のカスタム処理を実行します。
構文
Protected Overrides Sub OnInsert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsert( 
   int index,
   object value
)

パラメータ

index
値を挿入する位置の 0 から始まるインデックス。
value
インデックスにある要素の新しい値。
参照

DisplayFieldCollection<T> クラス
DisplayFieldCollection<T> メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.